Hệ thống quản lý nguồn nhân lực Dự án năm cuối trong c#

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Frm_Employee
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.Label16 = New System.Windows.Forms.Label()
26         Me.TabPage1 = New System.Windows.Forms.TabPage()
27         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
28         Me.Label11 = New System.Windows.Forms.Label()
29         Me.lstboxNames = New System.Windows.Forms.ListBox()
30         Me.btnSubmit = New System.Windows.Forms.Button()
31         Me.cmboxNames = New System.Windows.Forms.ComboBox()
32         Me.Label10 = New System.Windows.Forms.Label()
33         Me.Label9 = New System.Windows.Forms.Label()
34         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
35         Me.txtPhone = New System.Windows.Forms.TextBox()
36         Me.Label12 = New System.Windows.Forms.Label()
37         Me.txtAddress = New System.Windows.Forms.TextBox()
38         Me.Label8 = New System.Windows.Forms.Label()
39         Me.txtID = New System.Windows.Forms.TextBox()
40         Me.txtSalary = New System.Windows.Forms.TextBox()
41         Me.txtName = New System.Windows.Forms.TextBox()
42         Me.Label7 = New System.Windows.Forms.Label()
43         Me.txtEmail = New System.Windows.Forms.TextBox()
44         Me.cmboxDeptt = New System.Windows.Forms.ComboBox()
45         Me.txtAge = New System.Windows.Forms.TextBox()
46         Me.Label2 = New System.Windows.Forms.Label()
47         Me.Label6 = New System.Windows.Forms.Label()
48         Me.Label3 = New System.Windows.Forms.Label()
49         Me.Label5 = New System.Windows.Forms.Label()
50         Me.Label4 = New System.Windows.Forms.Label()
51         Me.btnAdd = New System.Windows.Forms.Button()
52         Me.btnCancel = New System.Windows.Forms.Button()
53         Me.btnOk = New System.Windows.Forms.Button()
54         Me.btnApply = New System.Windows.Forms.Button()
55         Me.btnEdit = New System.Windows.Forms.Button()
56         Me.btnRemove = New System.Windows.Forms.Button()
57         Me.dgvEmployee = New System.Windows.Forms.DataGridView()
58         Me.FromDB = New System.Windows.Forms.DataGridViewCheckBoxColumn()
59         Me.EmpID = New System.Windows.Forms.DataGridViewTextBoxColumn()
60         Me.EmpName = New System.Windows.Forms.DataGridViewTextBoxColumn()
61         Me.EmpAge = New System.Windows.Forms.DataGridViewTextBoxColumn()
62         Me.EmpEmail = New System.Windows.Forms.DataGridViewTextBoxColumn()
63         Me.EmpPhone = New System.Windows.Forms.DataGridViewTextBoxColumn()
64         Me.EmpAddress = New System.Windows.Forms.DataGridViewTextBoxColumn()
65         Me.EmpSalary = New System.Windows.Forms.DataGridViewTextBoxColumn()
66         Me.EmpDeptt = New System.Windows.Forms.DataGridViewTextBoxColumn()
67         Me.EmpDepttID = New System.Windows.Forms.DataGridViewTextBoxColumn()
68         Me.cmboxTitle = New System.Windows.Forms.ComboBox()
69         Me.dateTimeEnd = New System.Windows.Forms.DateTimePicker()
70         Me.btnAddJob = New System.Windows.Forms.Button()
71         Me.dateTimeJoin = New System.Windows.Forms.DateTimePicker()
72         Me.Label14 = New System.Windows.Forms.Label()
73         Me.Panel1 = New System.Windows.Forms.Panel()
74         Me.TabControl1 = New System.Windows.Forms.TabControl()
75         Me.TabPage2 = New System.Windows.Forms.TabPage()
76         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
77         Me.Label15 = New System.Windows.Forms.Label()
78         Me.Label13 = New System.Windows.Forms.Label()
79         Me.Label1 = New System.Windows.Forms.Label()
80         Me.Panel2 = New System.Windows.Forms.Panel()
81         Me.TabPage1.SuspendLayout()
82         Me.GroupBox2.SuspendLayout()
83         Me.GroupBox1.SuspendLayout()
84         CType(Me.dgvEmployee, System.ComponentModel.ISupportInitialize).BeginInit()
85         Me.TabControl1.SuspendLayout()
86         Me.TabPage2.SuspendLayout()
87         Me.GroupBox3.SuspendLayout()
88         Me.Panel2.SuspendLayout()
89         Me.SuspendLayout()
90         
'
91         
'Label16
92         
'
93         Me.Label16.AutoSize = True
94         Me.Label16.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
95         Me.Label16.ForeColor = System.Drawing.Color.SteelBlue
96         Me.Label16.Location = New System.Drawing.Point(
12, 124)
97         Me.Label16.Name =
"Label16"
98         Me.Label16.Size = New System.Drawing.Size(
72, 16)
99         Me.Label16.TabIndex =
39
100         Me.Label16.Text =
"End Date"
101         
'
102         
'TabPage1
103         
'
104         Me.TabPage1.Controls.Add(Me.GroupBox2)
105         Me.TabPage1.Controls.Add(Me.Label10)
106         Me.TabPage1.Controls.Add(Me.Label9)
107         Me.TabPage1.Controls.Add(Me.GroupBox1)
108         Me.TabPage1.Controls.Add(Me.btnAdd)
109         Me.TabPage1.Controls.Add(Me.btnCancel)
110         Me.TabPage1.Controls.Add(Me.btnOk)
111         Me.TabPage1.Controls.Add(Me.btnApply)
112         Me.TabPage1.Controls.Add(Me.btnEdit)
113         Me.TabPage1.Controls.Add(Me.btnRemove)
114         Me.TabPage1.Controls.Add(Me.dgvEmployee)
115         Me.TabPage1.Location = New System.Drawing.Point(
4, 22)
116         Me.TabPage1.Name =
"TabPage1"
117         Me.TabPage1.Padding = New System.Windows.Forms.Padding(
3)
118         Me.TabPage1.Size = New System.Drawing.Size(
630, 576)
119         Me.TabPage1.TabIndex =
0
120         Me.TabPage1.Text =
"Employee Details"
121         Me.TabPage1.UseVisualStyleBackColor = True
122         
'
123         
'GroupBox2
124         
'
125         Me.GroupBox2.Controls.Add(Me.Label11)
126         Me.GroupBox2.Controls.Add(Me.lstboxNames)
127         Me.GroupBox2.Controls.Add(Me.btnSubmit)
128         Me.GroupBox2.Controls.Add(Me.cmboxNames)
129         Me.GroupBox2.Location = New System.Drawing.Point(
338, 24)
130         Me.GroupBox2.Name =
"GroupBox2"
131         Me.GroupBox2.Size = New System.Drawing.Size(
289, 347)
132         Me.GroupBox2.TabIndex =
32
133         Me.GroupBox2.TabStop = False
134         
'
135         
'Label11
136         
'
137         Me.Label11.AutoSize = True
138         Me.Label11.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
139         Me.Label11.ForeColor = System.Drawing.Color.SteelBlue
140         Me.Label11.Location = New System.Drawing.Point(
14, 64)
141         Me.Label11.Name =
"Label11"
142         Me.Label11.Size = New System.Drawing.Size(
57, 16)
143         Me.Label11.TabIndex =
23
144         Me.Label11.Text =
"Names"
145         
'
146         
'lstboxNames
147         
'
148         Me.lstboxNames.FormattingEnabled = True
149         Me.lstboxNames.Location = New System.Drawing.Point(
85, 64)
150         Me.lstboxNames.Name =
"lstboxNames"
151         Me.lstboxNames.Size = New System.Drawing.Size(
198, 225)
152         Me.lstboxNames.TabIndex =
22
153         
'
154         
'btnSubmit
155         
'
156         Me.btnSubmit.BackColor = System.Drawing.Color.SteelBlue
157         Me.btnSubmit.Cursor = System.Windows.Forms.Cursors.Hand
158         Me.btnSubmit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
159         Me.btnSubmit.ForeColor = System.Drawing.Color.White
160         Me.btnSubmit.Location = New System.Drawing.Point(
184, 15)
161         Me.btnSubmit.Name =
"btnSubmit"
162         Me.btnSubmit.Size = New System.Drawing.Size(
99, 31)
163         Me.btnSubmit.TabIndex =
21
164         Me.btnSubmit.Text =
"Submit"
165         Me.btnSubmit.UseVisualStyleBackColor = False
166         
'
167         
'cmboxNames
168         
'
169         Me.cmboxNames.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
170         Me.cmboxNames.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
171         Me.cmboxNames.Cursor = System.Windows.Forms.Cursors.IBeam
172         Me.cmboxNames.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
173         Me.cmboxNames.FormattingEnabled = True
174         Me.cmboxNames.Location = New System.Drawing.Point(
17, 19)
175         Me.cmboxNames.Name =
"cmboxNames"
176         Me.cmboxNames.Size = New System.Drawing.Size(
154, 23)
177         Me.cmboxNames.TabIndex =
20
178         Me.cmboxNames.Text =
"Search Name"
179         
'
180         
'Label10
181         
'
182         Me.Label10.AutoSize = True
183         Me.Label10.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
184         Me.Label10.ForeColor = System.Drawing.Color.SteelBlue
185         Me.Label10.Location = New System.Drawing.Point(
335, 7)
186         Me.Label10.Name =
"Label10"
187         Me.Label10.Size = New System.Drawing.Size(
57, 16)
188         Me.Label10.TabIndex =
31
189         Me.Label10.Text =
"Search"
190         
'
191         
'Label9
192         
'
193         Me.Label9.AutoSize = True
194         Me.Label9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
195         Me.Label9.ForeColor = System.Drawing.Color.SteelBlue
196         Me.Label9.Location = New System.Drawing.Point(
11, 7)
197         Me.Label9.Name =
"Label9"
198         Me.Label9.Size = New System.Drawing.Size(
97, 16)
199         Me.Label9.TabIndex =
30
200         Me.Label9.Text =
"Enter Details"
201         
'
202         
'GroupBox1
203         
'
204         Me.GroupBox1.Controls.Add(Me.txtPhone)
205         Me.GroupBox1.Controls.Add(Me.Label12)
206         Me.GroupBox1.Controls.Add(Me.txtAddress)
207         Me.GroupBox1.Controls.Add(Me.Label8)
208         Me.GroupBox1.Controls.Add(Me.txtID)
209         Me.GroupBox1.Controls.Add(Me.txtSalary)
210         Me.GroupBox1.Controls.Add(Me.txtName)
211         Me.GroupBox1.Controls.Add(Me.Label7)
212         Me.GroupBox1.Controls.Add(Me.txtEmail)
213         Me.GroupBox1.Controls.Add(Me.cmboxDeptt)
214         Me.GroupBox1.Controls.Add(Me.txtAge)
215         Me.GroupBox1.Controls.Add(Me.Label2)
216         Me.GroupBox1.Controls.Add(Me.Label6)
217         Me.GroupBox1.Controls.Add(Me.Label3)
218         Me.GroupBox1.Controls.Add(Me.Label5)
219         Me.GroupBox1.Controls.Add(Me.Label4)
220         Me.GroupBox1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
221         Me.GroupBox1.Location = New System.Drawing.Point(
3, 22)
222         Me.GroupBox1.Name =
"GroupBox1"
223         Me.GroupBox1.Size = New System.Drawing.Size(
307, 349)
224         Me.GroupBox1.TabIndex =
28
225         Me.GroupBox1.TabStop = False
226         
'
227         
'txtPhone
228         
'
229         Me.txtPhone.Location = New System.Drawing.Point(
124, 163)
230         Me.txtPhone.Name =
"txtPhone"
231         Me.txtPhone.Size = New System.Drawing.Size(
154, 22)
232         Me.txtPhone.TabIndex =
5
233         
'
234         
'Label12
235         
'
236         Me.Label12.AutoSize = True
237         Me.Label12.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
238         Me.Label12.ForeColor = System.Drawing.Color.SteelBlue
239         Me.Label12.Location = New System.Drawing.Point(
23, 163)
240         Me.Label12.Name =
"Label12"
241         Me.Label12.Size = New System.Drawing.Size(
80, 16)
242         Me.Label12.TabIndex =
24
243         Me.Label12.Text =
"Phone No."
244         
'
245         
'txtAddress
246         
'
247         Me.txtAddress.Location = New System.Drawing.Point(
124, 205)
248         Me.txtAddress.Multiline = True
249         Me.txtAddress.Name =
"txtAddress"
250         Me.txtAddress.Size = New System.Drawing.Size(
154, 52)
251         Me.txtAddress.TabIndex =
6
252         
'
253         
'Label8
254         
'
255         Me.Label8.AutoSize = True
256         Me.Label8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
257         Me.Label8.ForeColor = System.Drawing.Color.SteelBlue
258         Me.Label8.Location = New System.Drawing.Point(
22, 274)
259         Me.Label8.Name =
"Label8"
260         Me.Label8.Size = New System.Drawing.Size(
90, 16)
261         Me.Label8.TabIndex =
22
262         Me.Label8.Text =
"Salary (Rs.)"
263         
'
264         
'txtID
265         
'
266         Me.txtID.Enabled = False
267         Me.txtID.Location = New System.Drawing.Point(
124, 19)
268         Me.txtID.Name =
"txtID"
269         Me.txtID.Size = New System.Drawing.Size(
154, 22)
270         Me.txtID.TabIndex =
1
271         
'
272         
'txtSalary
273         
'
274         Me.txtSalary.Location = New System.Drawing.Point(
124, 274)
275         Me.txtSalary.Name =
"txtSalary"
276         Me.txtSalary.Size = New System.Drawing.Size(
154, 22)
277         Me.txtSalary.TabIndex =
7
278         
'
279         
'txtName
280         
'
281         Me.txtName.Location = New System.Drawing.Point(
124, 52)
282         Me.txtName.Name =
"txtName"
283         Me.txtName.Size = New System.Drawing.Size(
154, 22)
284         Me.txtName.TabIndex =
2
285         
'
286         
'Label7
287         
'
288         Me.Label7.AutoSize = True
289         Me.Label7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
290         Me.Label7.ForeColor = System.Drawing.Color.SteelBlue
291         Me.Label7.Location = New System.Drawing.Point(
22, 315)
292         Me.Label7.Name =
"Label7"
293         Me.Label7.Size = New System.Drawing.Size(
88, 16)
294         Me.Label7.TabIndex =
20
295         Me.Label7.Text =
"Department"
296         
'
297         
'txtEmail
298         
'
299         Me.txtEmail.Location = New System.Drawing.Point(
124, 128)
300         Me.txtEmail.Name =
"txtEmail"
301         Me.txtEmail.Size = New System.Drawing.Size(
154, 22)
302         Me.txtEmail.TabIndex =
4
303         
'
304         
'cmboxDeptt
305         
'
306         Me.cmboxDeptt.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
307         Me.cmboxDeptt.FormattingEnabled = True
308         Me.cmboxDeptt.Location = New System.Drawing.Point(
124, 310)
309         Me.cmboxDeptt.Name =
"cmboxDeptt"
310         Me.cmboxDeptt.Size = New System.Drawing.Size(
154, 23)
311         Me.cmboxDeptt.TabIndex =
8
312         Me.cmboxDeptt.Text =
"Select - Department"
313         
'
314         
'txtAge
315         
'
316         Me.txtAge.Location = New System.Drawing.Point(
124, 88)
317         Me.txtAge.Name =
"txtAge"
318         Me.txtAge.Size = New System.Drawing.Size(
154, 22)
319         Me.txtAge.TabIndex =
3
320         
'
321         
'Label2
322         
'
323         Me.Label2.AutoSize = True
324         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
325         Me.Label2.ForeColor = System.Drawing.Color.SteelBlue
326         Me.Label2.Location = New System.Drawing.Point(
21, 20)
327         Me.Label2.Name =
"Label2"
328         Me.Label2.Size = New System.Drawing.Size(
97, 16)
329         Me.Label2.TabIndex =
13
330         Me.Label2.Text =
"Employee ID"
331         
'
332         
'Label6
333         
'
334         Me.Label6.AutoSize = True
335         Me.Label6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
336         Me.Label6.ForeColor = System.Drawing.Color.SteelBlue
337         Me.Label6.Location = New System.Drawing.Point(
24, 205)
338         Me.Label6.Name =
"Label6"
339         Me.Label6.Size = New System.Drawing.Size(
66, 16)
340         Me.Label6.TabIndex =
17
341         Me.Label6.Text =
"Address"
342         
'
343         
'Label3
344         
'
345         Me.Label3.AutoSize = True
346         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
347         Me.Label3.ForeColor = System.Drawing.Color.SteelBlue
348         Me.Label3.Location = New System.Drawing.Point(
23, 56)
349         Me.Label3.Name =
"Label3"
350         Me.Label3.Size = New System.Drawing.Size(
49, 16)
351         Me.Label3.TabIndex =
14
352         Me.Label3.Text =
"Name"
353         
'
354         
'Label5
355         
'
356         Me.Label5.AutoSize = True
357         Me.Label5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
358         Me.Label5.ForeColor = System.Drawing.Color.SteelBlue
359         Me.Label5.Location = New System.Drawing.Point(
23, 128)
360         Me.Label5.Name =
"Label5"
361         Me.Label5.Size = New System.Drawing.Size(
47, 16)
362         Me.Label5.TabIndex =
16
363         Me.Label5.Text =
"Email"
364         
'
365         
'Label4
366         
'
367         Me.Label4.AutoSize = True
368         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
369         Me.Label4.ForeColor = System.Drawing.Color.SteelBlue
370         Me.Label4.Location = New System.Drawing.Point(
23, 92)
371         Me.Label4.Name =
"Label4"
372         Me.Label4.Size = New System.Drawing.Size(
71, 16)
373         Me.Label4.TabIndex =
15
374         Me.Label4.Text =
"Age (yrs)"
375         
'
376         
'btnAdd
377         
'
378         Me.btnAdd.BackColor = System.Drawing.Color.SteelBlue
379         Me.btnAdd.Cursor = System.Windows.Forms.Cursors.Hand
380         Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
381         Me.btnAdd.ForeColor = System.Drawing.Color.White
382         Me.btnAdd.Location = New System.Drawing.Point(
3, 542)
383         Me.btnAdd.Name =
"btnAdd"
384         Me.btnAdd.Size = New System.Drawing.Size(
99, 31)
385         Me.btnAdd.TabIndex =
22
386         Me.btnAdd.Text =
"Add"
387         Me.btnAdd.UseVisualStyleBackColor = False
388         
'
389         
'btnCancel
390         
'
391         Me.btnCancel.BackColor = System.Drawing.Color.SteelBlue
392         Me.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand
393         Me.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
394         Me.btnCancel.ForeColor = System.Drawing.Color.White
395         Me.btnCancel.Location = New System.Drawing.Point(
528, 542)
396         Me.btnCancel.Name =
"btnCancel"
397         Me.btnCancel.Size = New System.Drawing.Size(
99, 31)
398         Me.btnCancel.TabIndex =
27
399         Me.btnCancel.Text =
"Cancel"
400         Me.btnCancel.UseVisualStyleBackColor = False
401         
'
402         
'btnOk
403         
'
404         Me.btnOk.BackColor = System.Drawing.Color.SteelBlue
405         Me.btnOk.Cursor = System.Windows.Forms.Cursors.Hand
406         Me.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat
407         Me.btnOk.ForeColor = System.Drawing.Color.White
408         Me.btnOk.Location = New System.Drawing.Point(
423, 542)
409         Me.btnOk.Name =
"btnOk"
410         Me.btnOk.Size = New System.Drawing.Size(
99, 31)
411         Me.btnOk.TabIndex =
26
412         Me.btnOk.Text =
"Ok"
413         Me.btnOk.UseVisualStyleBackColor = False
414         
'
415         
'btnApply
416         
'
417         Me.btnApply.BackColor = System.Drawing.Color.SteelBlue
418         Me.btnApply.Cursor = System.Windows.Forms.Cursors.Hand
419         Me.btnApply.FlatStyle = System.Windows.Forms.FlatStyle.Flat
420         Me.btnApply.ForeColor = System.Drawing.Color.White
421         Me.btnApply.Location = New System.Drawing.Point(
318, 542)
422         Me.btnApply.Name =
"btnApply"
423         Me.btnApply.Size = New System.Drawing.Size(
99, 31)
424         Me.btnApply.TabIndex =
25
425         Me.btnApply.Text =
"Apply"
426         Me.btnApply.UseVisualStyleBackColor = False
427         
'
428         
'btnEdit
429         
'
430         Me.btnEdit.BackColor = System.Drawing.Color.SteelBlue
431         Me.btnEdit.Cursor = System.Windows.Forms.Cursors.Hand
432         Me.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
433         Me.btnEdit.ForeColor = System.Drawing.Color.White
434         Me.btnEdit.Location = New System.Drawing.Point(
108, 542)
435         Me.btnEdit.Name =
"btnEdit"
436         Me.btnEdit.Size = New System.Drawing.Size(
99, 31)
437         Me.btnEdit.TabIndex =
24
438         Me.btnEdit.Text =
"Edit"
439         Me.btnEdit.UseVisualStyleBackColor = False
440         
'
441         
'btnRemove
442         
'
443         Me.btnRemove.BackColor = System.Drawing.Color.SteelBlue
444         Me.btnRemove.Cursor = System.Windows.Forms.Cursors.Hand
445         Me.btnRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat
446         Me.btnRemove.ForeColor = System.Drawing.Color.White
447         Me.btnRemove.Location = New System.Drawing.Point(
213, 542)
448         Me.btnRemove.Name =
"btnRemove"
449         Me.btnRemove.Size = New System.Drawing.Size(
99, 31)
450         Me.btnRemove.TabIndex =
23
451         Me.btnRemove.Text =
"Remove"
452         Me.btnRemove.UseVisualStyleBackColor = False
453         
'
454         
'dgvEmployee
455         
'
456         Me.dgvEmployee.AllowUserToAddRows = False
457         Me.dgvEmployee.AllowUserToDeleteRows = False
458         Me.dgvEmployee.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight
459         Me.dgvEmployee.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
460         Me.dgvEmployee.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.FromDB, Me.EmpID, Me.EmpName, Me.EmpAge, Me.EmpEmail, Me.EmpPhone, Me.EmpAddress, Me.EmpSalary, Me.EmpDeptt, Me.EmpDepttID})
461         Me.dgvEmployee.Location = New System.Drawing.Point(
3, 386)
462         Me.dgvEmployee.MultiSelect = False
463         Me.dgvEmployee.Name =
"dgvEmployee"
464         Me.dgvEmployee.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
465         Me.dgvEmployee.Size = New System.Drawing.Size(
624, 150)
466         Me.dgvEmployee.TabIndex =
29
467         
'
468         
'FromDB
469         
'
470         Me.FromDB.HeaderText =
"FromDB"
471         Me.FromDB.Name =
"FromDB"
472         Me.FromDB.Visible = False
473         
'
474         
'EmpID
475         
'
476         Me.EmpID.HeaderText =
"EmployeeID"
477         Me.EmpID.Name =
"EmpID"
478         
'
479         
'EmpName
480         
'
481         Me.EmpName.HeaderText =
"Name"
482         Me.EmpName.Name =
"EmpName"
483         
'
484         
'EmpAge
485         
'
486         Me.EmpAge.HeaderText =
"Age"
487         Me.EmpAge.Name =
"EmpAge"
488         
'
489         
'EmpEmail
490         
'
491         Me.EmpEmail.HeaderText =
"Email"
492         Me.EmpEmail.Name =
"EmpEmail"
493         
'
494         
'EmpPhone
495         
'
496         Me.EmpPhone.HeaderText =
"PhoneNumber"
497         Me.EmpPhone.Name =
"EmpPhone"
498         
'
499         
'EmpAddress
500         
'
501         Me.EmpAddress.HeaderText =
"Address"
502         Me.EmpAddress.Name =
"EmpAddress"
503         
'
504         
'EmpSalary
505         
'
506         Me.EmpSalary.HeaderText =
"Salary"
507         Me.EmpSalary.Name =
"EmpSalary"
508         
'
509         
'EmpDeptt
510         
'
511         Me.EmpDeptt.HeaderText =
"DepartmentName"
512         Me.EmpDeptt.Name =
"EmpDeptt"
513         
'
514         
'EmpDepttID
515         
'
516         Me.EmpDepttID.HeaderText =
"EmpDepttID"
517         Me.EmpDepttID.Name =
"EmpDepttID"
518         Me.EmpDepttID.Visible = False
519         
'
520         
'cmboxTitle
521         
'
522         Me.cmboxTitle.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
523         Me.cmboxTitle.FormattingEnabled = True
524         Me.cmboxTitle.Location = New System.Drawing.Point(
112, 25)
525         Me.cmboxTitle.Name =
"cmboxTitle"
526         Me.cmboxTitle.Size = New System.Drawing.Size(
199, 23)
527         Me.cmboxTitle.TabIndex =
32
528         Me.cmboxTitle.Text =
"Select - Title"
529         
'
530         
'dateTimeEnd
531         
'
532         Me.dateTimeEnd.Location = New System.Drawing.Point(
111, 124)
533         Me.dateTimeEnd.Name =
"dateTimeEnd"
534         Me.dateTimeEnd.Size = New System.Drawing.Size(
200, 20)
535         Me.dateTimeEnd.TabIndex =
38
536         
'
537         
'btnAddJob
538         
'
539         Me.btnAddJob.BackColor = System.Drawing.Color.SteelBlue
540         Me.btnAddJob.Cursor = System.Windows.Forms.Cursors.Hand
541         Me.btnAddJob.FlatStyle = System.Windows.Forms.FlatStyle.Flat
542         Me.btnAddJob.ForeColor = System.Drawing.Color.White
543         Me.btnAddJob.Location = New System.Drawing.Point(
7, 161)
544         Me.btnAddJob.Name =
"btnAddJob"
545         Me.btnAddJob.Size = New System.Drawing.Size(
99, 31)
546         Me.btnAddJob.TabIndex =
37
547         Me.btnAddJob.Text =
"Add"
548         Me.btnAddJob.UseVisualStyleBackColor = False
549         
'
550         
'dateTimeJoin
551         
'
552         Me.dateTimeJoin.Location = New System.Drawing.Point(
111, 77)
553         Me.dateTimeJoin.Name =
"dateTimeJoin"
554         Me.dateTimeJoin.Size = New System.Drawing.Size(
200, 20)
555         Me.dateTimeJoin.TabIndex =
36
556         
'
557         
'Label14
558         
'
559         Me.Label14.AutoSize = True
560         Me.Label14.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
561         Me.Label14.ForeColor = System.Drawing.Color.SteelBlue
562         Me.Label14.Location = New System.Drawing.Point(
10, 30)
563         Me.Label14.Name =
"Label14"
564         Me.Label14.Size = New System.Drawing.Size(
69, 16)
565         Me.Label14.TabIndex =
33
566         Me.Label14.Text =
"Job Title"
567         
'
568         
'Panel1
569         
'
570         Me.Panel1.BackColor = System.Drawing.Color.SteelBlue
571         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
572         Me.Panel1.Location = New System.Drawing.Point(-
1, 667)
573         Me.Panel1.Name =
"Panel1"
574         Me.Panel1.Size = New System.Drawing.Size(
664, 17)
575         Me.Panel1.TabIndex =
12
576         
'
577         
'TabControl1
578         
'
579         Me.TabControl1.Controls.Add(Me.TabPage1)
580         Me.TabControl1.Controls.Add(Me.TabPage2)
581         Me.TabControl1.Location = New System.Drawing.Point(
11, 59)
582         Me.TabControl1.Name =
"TabControl1"
583         Me.TabControl1.SelectedIndex =
0
584         Me.TabControl1.Size = New System.Drawing.Size(
638, 602)
585         Me.TabControl1.TabIndex =
14
586         
'
587         
'TabPage2
588         
'
589         Me.TabPage2.Controls.Add(Me.GroupBox3)
590         Me.TabPage2.Controls.Add(Me.Label13)
591         Me.TabPage2.Location = New System.Drawing.Point(
4, 22)
592         Me.TabPage2.Name =
"TabPage2"
593         Me.TabPage2.Padding = New System.Windows.Forms.Padding(
3)
594         Me.TabPage2.Size = New System.Drawing.Size(
630, 576)
595         Me.TabPage2.TabIndex =
1
596         Me.TabPage2.Text =
"Job Details"
597         Me.TabPage2.UseVisualStyleBackColor = True
598         
'
599         
'GroupBox3
600         
'
601         Me.GroupBox3.Controls.Add(Me.Label16)
602         Me.GroupBox3.Controls.Add(Me.dateTimeEnd)
603         Me.GroupBox3.Controls.Add(Me.dateTimeJoin)
604         Me.GroupBox3.Controls.Add(Me.btnAddJob)
605         Me.GroupBox3.Controls.Add(Me.cmboxTitle)
606         Me.GroupBox3.Controls.Add(Me.Label14)
607         Me.GroupBox3.Controls.Add(Me.Label15)
608         Me.GroupBox3.Location = New System.Drawing.Point(
25, 58)
609         Me.GroupBox3.Name =
"GroupBox3"
610         Me.GroupBox3.Size = New System.Drawing.Size(
330, 200)
611         Me.GroupBox3.TabIndex =
38
612         Me.GroupBox3.TabStop = False
613         
'
614         
'Label15
615         
'
616         Me.Label15.AutoSize = True
617         Me.Label15.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
618         Me.Label15.ForeColor = System.Drawing.Color.SteelBlue
619         Me.Label15.Location = New System.Drawing.Point(
10, 81)
620         Me.Label15.Name =
"Label15"
621         Me.Label15.Size = New System.Drawing.Size(
77, 16)
622         Me.Label15.TabIndex =
35
623         Me.Label15.Text =
"Start Date"
624         
'
625         
'Label13
626         
'
627         Me.Label13.AutoSize = True
628         Me.Label13.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
629         Me.Label13.ForeColor = System.Drawing.Color.SteelBlue
630         Me.Label13.Location = New System.Drawing.Point(
22, 29)
631         Me.Label13.Name =
"Label13"
632         Me.Label13.Size = New System.Drawing.Size(
127, 16)
633         Me.Label13.TabIndex =
31
634         Me.Label13.Text =
"Enter Job Details"
635         
'
636         
'Label1
637         
'
638         Me.Label1.AutoSize = True
639         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
640         Me.Label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight
641         Me.Label1.Location = New System.Drawing.Point(
257, 7)
642         Me.Label1.Name =
"Label1"
643         Me.Label1.Size = New System.Drawing.Size(
130, 29)
644         Me.Label1.TabIndex =
8
645         Me.Label1.Text =
"Employee"
646         
'
647         
'Panel2
648         
'
649         Me.Panel2.BackColor = System.Drawing.Color.SteelBlue
650         Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
651         Me.Panel2.Controls.Add(Me.Label1)
652         Me.Panel2.Location = New System.Drawing.Point(-
1, 0)
653         Me.Panel2.Name =
"Panel2"
654         Me.Panel2.Size = New System.Drawing.Size(
663, 39)
655         Me.Panel2.TabIndex =
13
656         
'
657         
'Frm_Employee
658         
'
659         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
660         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
661         Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
662         Me.ClientSize = New System.Drawing.Size(
662, 684)
663         Me.Controls.Add(Me.Panel1)
664         Me.Controls.Add(Me.TabControl1)
665         Me.Controls.Add(Me.Panel2)
666         Me.MinimizeBox = False
667         Me.Name =
"Frm_Employee"
668         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
669         Me.Text =
"Employee"
670         Me.TabPage1.ResumeLayout(False)
671         Me.TabPage1.PerformLayout()
672         Me.GroupBox2.ResumeLayout(False)
673         Me.GroupBox2.PerformLayout()
674         Me.GroupBox1.ResumeLayout(False)
675         Me.GroupBox1.PerformLayout()
676         CType(Me.dgvEmployee, System.ComponentModel.ISupportInitialize).EndInit()
677         Me.TabControl1.ResumeLayout(False)
678         Me.TabPage2.ResumeLayout(False)
679         Me.TabPage2.PerformLayout()
680         Me.GroupBox3.ResumeLayout(False)
681         Me.GroupBox3.PerformLayout()
682         Me.Panel2.ResumeLayout(False)
683         Me.Panel2.PerformLayout()
684         Me.ResumeLayout(False)
685
686     End Sub
687     Friend WithEvents Label16 As System.Windows.Forms.Label
688     Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
689     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
690     Friend WithEvents Label11 As System.Windows.Forms.Label
691     Friend WithEvents lstboxNames As System.Windows.Forms.ListBox
692     Friend WithEvents btnSubmit As System.Windows.Forms.Button
693     Friend WithEvents cmboxNames As System.Windows.Forms.ComboBox
694     Friend WithEvents Label10 As System.Windows.Forms.Label
695     Friend WithEvents Label9 As System.Windows.Forms.Label
696     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
697     Friend WithEvents txtPhone As System.Windows.Forms.TextBox
698     Friend WithEvents Label12 As System.Windows.Forms.Label
699     Friend WithEvents txtAddress As System.Windows.Forms.TextBox
700     Friend WithEvents Label8 As System.Windows.Forms.Label
701     Friend WithEvents txtID As System.Windows.Forms.TextBox
702     Friend WithEvents txtSalary As System.Windows.Forms.TextBox
703     Friend WithEvents txtName As System.Windows.Forms.TextBox
704     Friend WithEvents Label7 As System.Windows.Forms.Label
705     Friend WithEvents txtEmail As System.Windows.Forms.TextBox
706     Friend WithEvents cmboxDeptt As System.Windows.Forms.ComboBox
707     Friend WithEvents txtAge As System.Windows.Forms.TextBox
708     Friend WithEvents Label2 As System.Windows.Forms.Label
709     Friend WithEvents Label6 As System.Windows.Forms.Label
710     Friend WithEvents Label3 As System.Windows.Forms.Label
711     Friend WithEvents Label5 As System.Windows.Forms.Label
712     Friend WithEvents Label4 As System.Windows.Forms.Label
713     Friend WithEvents btnAdd As System.Windows.Forms.Button
714     Friend WithEvents btnCancel As System.Windows.Forms.Button
715     Friend WithEvents btnOk As System.Windows.Forms.Button
716     Friend WithEvents btnApply As System.Windows.Forms.Button
717     Friend WithEvents btnEdit As System.Windows.Forms.Button
718     Friend WithEvents btnRemove As System.Windows.Forms.Button
719     Friend WithEvents dgvEmployee As System.Windows.Forms.DataGridView
720     Friend WithEvents FromDB As System.Windows.Forms.DataGridViewCheckBoxColumn
721     Friend WithEvents EmpID As System.Windows.Forms.DataGridViewTextBoxColumn
722     Friend WithEvents EmpName As System.Windows.Forms.DataGridViewTextBoxColumn
723     Friend WithEvents EmpAge As System.Windows.Forms.DataGridViewTextBoxColumn
724     Friend WithEvents EmpEmail As System.Windows.Forms.DataGridViewTextBoxColumn
725     Friend WithEvents EmpPhone As System.Windows.Forms.DataGridViewTextBoxColumn
726     Friend WithEvents EmpAddress As System.Windows.Forms.DataGridViewTextBoxColumn
727     Friend WithEvents EmpSalary As System.Windows.Forms.DataGridViewTextBoxColumn
728     Friend WithEvents EmpDeptt As System.Windows.Forms.DataGridViewTextBoxColumn
729     Friend WithEvents EmpDepttID As System.Windows.Forms.DataGridViewTextBoxColumn
730     Friend WithEvents cmboxTitle As System.Windows.Forms.ComboBox
731     Friend WithEvents dateTimeEnd As System.Windows.Forms.DateTimePicker
732     Friend WithEvents btnAddJob As System.Windows.Forms.Button
733     Friend WithEvents dateTimeJoin As System.Windows.Forms.DateTimePicker
734     Friend WithEvents Label14 As System.Windows.Forms.Label
735     Friend WithEvents Panel1 As System.Windows.Forms.Panel
736     Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
737     Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
738     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
739     Friend WithEvents Label15 As System.Windows.Forms.Label
740     Friend WithEvents Label13 As System.Windows.Forms.Label
741     Friend WithEvents Label1 As System.Windows.Forms.Label
742     Friend WithEvents Panel2 As System.Windows.Forms.Panel
743
744 End Class


Gõ tìm kiếm nhanh...